www.gusucode.com > 酷维企业网站CMS管理系统 v2.1.0 > 酷维企业网站CMS管理系统 v2.1.0\code\Admin\Admin_Login.asp

    <html>
<head>
<title>管理员登录</title>
<meta http-equiv="Content-Type" content="text/html;">
<style type="text/css">
<!--
TD{FONT-SIZE: 9pt}
BODY{FONT-SIZE: 9pt}
Input
-->
</style>
</head>
<body bgcolor="#ffffff">
<br><br><br><br><br><br>
<script language=javascript>
<!--
function SetFocus()
{
if (document.Login.UserName.value=="")
	document.Login.UserName.focus();
else
	document.Login.UserName.select();
}
function CheckForm()
{
	if(document.Login.uid.value=="")
	{
		alert("请输入用户名!");
		document.Login.uid.focus();
		return false;
	}
	if(document.Login.pwd.value == "")
	{
		alert("请输入密码!");
		document.Login.pwd.focus();
		return false;
	}
	if (document.Login.verifycode.value==""){
       alert ("请输入您的验证码!");
       document.Login.verifycode.focus();
       return(false);
    }
}

function CheckBrowser() 
{
  var app=navigator.appName;
  var verStr=navigator.appVersion;
  if (app.indexOf('Netscape') != -1) {
    alert("友情提示:\n    你使用的是Netscape浏览器,可能会导致无法使用后台的部分功能。建议您使用 IE6.0 或以上版本。");
  } 
  else if (app.indexOf('Microsoft') != -1) {
    if (verStr.indexOf("MSIE 3.0")!=-1 || verStr.indexOf("MSIE 4.0") != -1 || verStr.indexOf("MSIE 5.0") != -1 || verStr.indexOf("MSIE 5.1") != -1)
      alert("友情提示:\n    您的浏览器版本太低,可能会导致无法使用后台的部分功能。建议您使用 IE6.0 或以上版本。");
  }
}
//-->
</script>
<table width="467" border="0" align="center" cellpadding="0" cellspacing="0">
<FORM name="Login" action="check.asp" method="post" onSubmit="return CheckForm();">
<tr>
   <td width="240"><img src="spacer.gif" width="240" height="1" border="0" alt=""></td>
   <td width="57"><img src="spacer.gif" width="57" height="1" border="0" alt=""></td>
   <td width="163"><img src="spacer.gif" width="163" height="1" border="0" alt=""></td>
   <td width="10"><img src="spacer.gif" width="1" height="1" border="0" alt=""></td>
  </tr>

  <tr>
   <td colspan="3"><img name="未命名1_r1_c1" src="images/1_r1_c1.jpg" width="460" height="60" border="0" alt=""></td>
  </tr>
  <tr>
   <td rowspan="2" valign="top" background="images/1_r2_c1.jpg"><table width="240"  border="0" cellspacing="0" cellpadding="0">
     <tr>
       <td width="116" height="26">&nbsp;</td>
       <td colspan="2"><input name="uid" type="text" id="uid" style="border: 1px solid #999999;FONT-SIZE: 9pt; height:18;width:107" size="16"></td>
     </tr>
     <tr>
       <td height="23">&nbsp;</td>
       <td colspan="2"><input name="pwd" type="password" id="pwd" style="border: 1px solid #999999;FONT-SIZE: 9pt; height:18;width:107" size="16"></td>
     </tr>
     <tr>
       <td height="25">&nbsp;</td>
       <td width="56"><input name=verifycode type=text value="<%If GetCode=9999 Then Response.Write "9999"%>" maxLength=4 size=6  style="border: 1px solid #999999;FONT-SIZE: 9pt;"></td>
       <td width="68"><img src=System/GetCode.asp></td>
     </tr>
   </table></td>
   <td><input name="button" type="image" src="images/1_r2_c2.jpg" width="57" height="62" border="0"></td>
   <td rowspan="2"><img name="未命名1_r2_c3" src="images/1_r2_c3.jpg" width="163" height="176" border="0" alt=""></td>
  </tr>
  <tr>
   <td><img name="未命名1_r3_c2" src="images/1_r3_c2.jpg" width="57" height="114" border="0" alt=""></td>
  </tr>
  </form>
</table>
<p align="center"><!--#include file="boom.asp" --></p>
</body>
</html>